NoteCollectionRemove Method (String) |
Removes a
Note from the collection, if it is present.
Namespace:
Independentsoft.Sip.Presence
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic void Remove(
string description
)
Public Sub Remove (
description As String
)
Parameters
- description
- Type: SystemString
The description of the Note to remove.
See Also